.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:11px !important;
	height:11px;
	background: url(/res/img/bg_radiobox.png) no-repeat;
	overflow: hidden;
	margin: 4px 0 0;
}
.radioAreaChecked {background-position: 0 -11px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	margin-right:49px;
	float:left;
	width:22px !important;
	height:20px;
	overflow: hidden;
	background: url(/res/img/bg-check.gif) no-repeat;
	margin: 0;
}
.checkboxAreaChecked {background-position: 0 -20px;}
